home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_332 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  230 b   |  14 lines

  1. on(press){
  2.    if(_root.min_objects > 1)
  3.    {
  4.       _root.min_objects -= 2;
  5.       _root.max_objects -= 2;
  6.       e = 1;
  7.       while(e < 40)
  8.       {
  9.          _root.inven["box" + e]._y += 70;
  10.          e++;
  11.       }
  12.    }
  13. }
  14.